NOTE: You will need either the -bin.zip or -all.zip version for this demo.
This document walks you through using the Infinispan GUI demo that ships with Infinispan, and assumes that you have downloaded the latest version of Infinispan and unzipped the archive. I will refer to the Infinispan directory created by unzipping the archive as ${INFINISPAN_HOME}.
NOTE: You will need either the -bin.zip or -all.zip version for this demo.
$ cd ${INFINISPAN_HOME} $ bin/runGuiDemo.sh
An equivalent runGuiDemo.bat file is also provided for Windows users.
Step 2: Start the cache
Start the cache in the GUI that starts up, using the Start Cache button.
In the Manipulate Data tab, add entries, generate random data, etc.
Repeat steps 1 and 2 to launch and start up more caches. Watch cluster formation in the Cluster View tab.
Add and remove data on any of the nodes, and watch state being distributed. Shut nodes down as well to witness data durability.